home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / ansi_130.zip / PINGANSI.HST < prev    next >
Text File  |  1990-06-03  |  1KB  |  44 lines

  1. 1.30 :
  2. The high number is due to an error  on my behalf - I mixed up the
  3. version numbers of two different programs.
  4. All  code purtaining  the Play  statement has  been moved  into a
  5. seperate standalone  unit called Musica.  The Play procedure  has
  6. been  completely rewritten,  as it,  to put  it nice,  wasn't too
  7. musical.
  8.  
  9. 1.08 :
  10. The  code with  relation to  background music  has been seperated
  11. into a seperate unit. This will  make it easier for those who may
  12. not want it to leave it out.
  13. Changed In_Ansi to a boolean function.
  14. Changed states to type.
  15.  
  16. 1.07 :
  17. Fixed problem with background 'NoSounding' foreground.
  18. New Function PlayBufferFull to check if buffer is full.
  19.  -    -      PlayBufferEmpty -   -   -    -    -  empty.
  20. New variable WaitForEmpty determines wait/discard for Stuff.
  21. First note in background still gets swallowed.
  22. Fixed problem with runaway timer.
  23.  
  24. 1.06 :
  25. Limited release.
  26. Background music implemented.
  27. First note in background gets swallowed.
  28. Timer is runaway (1 tick per ms).
  29.  
  30. 1.05 :
  31. Limited release.
  32. Implemented a text file device driver as shell arround AnsiWrite.
  33. Implemented 'Ansi'-Music (foreground only). Esc[M{statements}^C.
  34.  
  35. 1.04 :
  36. Implemented Support for Esc[0K and Esc[2K.
  37.  
  38. 1.03 :
  39. Added support for Esc[0J and Esc[1J.
  40. Changed string handling for Esc[#;#;....p
  41.  
  42. 1.02 :
  43. Unreleased beta.
  44.